Internet: rhessjr@west.darkside.com or rhessjr@aol.com
America Online: RHessJr
Legalese BS From Hell
=====================
This external may not be used in any way in any commercial or for-profit database/program/endeavor without the written consent of Robert Hess. The author does not warranty this external in any way; use it at your own risk. The external may be redistributed only when included with this documentation file. The external may not be included as a part of any collection of software including (but not restricted to only) collections of shareware/freeware/demoware/etc. for which a charge is applied without previous written consent of the author. The only exception which requires no previous written consent is distribution via America Online, CompuServe, GEnie, BIX, Internet, AppleLink, private BBSes or other telecommunicative services which charge only for online time but not for individual pieces of collections of software.
Not with that garbage out of the way...
DeleteList allows you to delete lists from the current structure file. Call it like this:
C_INTEGER(error)
error:=DeleteList("MyList")
which would delete a list named "MyList". Any error which occurred would be returned in "error".
WARNING: This delete lists ONLY from the current structure file. When you go into the Designer environment and open the Lists window, you're actually seeing all of the lists contained in all open resource files, like the Proc.Ext. If you save a list to the Proc.Ext ot the data file or such, I do not go looking for it. This is INTENTIONAL, not a bug.